{% include "header.html" %}

{{post['title']}}

{{post['subtitle']}}

Posted by {{post['author']}} on {{post['date']}}

{{post['body']}}

...
{% include "footer.html" %}